Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toolchain: update GCC to 14.2.0 #207

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

toolchain: update GCC to 14.2.0 #207

wants to merge 4 commits into from

Conversation

badochov
Copy link
Contributor

JIRA: RTOS-927

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (refactoring, style fixes, git/CI config, submodule management, no code logic changes)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: (list targets here).

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

  • This PR needs additional PRs to work (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

Copy link

github-actions bot commented Sep 27, 2024

Unit Test Results

6 925 tests   - 798   6 251 ✅  - 757   37m 59s ⏱️ +46s
  443 suites ±  0     633 💤  -  82 
    1 files   ±  0      41 ❌ + 41 

For more details on these failures, see this check.

Results for commit db40104. ± Comparison against base commit 4183f39.

This pull request removes 818 and adds 20 tests. Note that renamed tests count towards both.
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.data_in
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.data_in_big
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.data_inout
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.data_inout_big
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.data_out
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.data_out_big
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.in_val
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.invalid_req
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.no_data
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit.ioctl.not_valid_fd
…
phoenix-rtos-tests/ioctl/unit ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/ioctl/unit
phoenix-rtos-tests/libc/math ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/math
phoenix-rtos-tests/libc/misc ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/misc
phoenix-rtos-tests/libc/printf ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/printf
phoenix-rtos-tests/libc/pthread ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/pthread
phoenix-rtos-tests/libc/scanf ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/scanf
phoenix-rtos-tests/libc/stdio ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/stdio
phoenix-rtos-tests/libc/stdlib ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/stdlib
phoenix-rtos-tests/libc/string ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/string
phoenix-rtos-tests/libc/time ‑ armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/time
…

♻️ This comment has been updated with latest results.

@badochov badochov force-pushed the badochov/gcc-14.2 branch 2 times, most recently from 8b3528a to 0341a91 Compare October 1, 2024 10:48
Newer versions of GCC take advantage of strict aliasing rule that we break, without explicitely warning about it.

JIRA: RTOS-927
@badochov badochov marked this pull request as ready for review October 3, 2024 11:39
@badochov
Copy link
Contributor Author

badochov commented Oct 3, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant